-
Notifications
You must be signed in to change notification settings - Fork 0
Define general de-ml API #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated the `UserAction` enum to replace `SendToWaku` with `Outbound`, streamlining message processing. - Refactored `WakuNode` and related components to utilize the new `OutboundPacket` struct for sending messages. - Enhanced error handling and message conversion logic to improve clarity and maintainability. - Updated tests to reflect changes in message handling and ensure compatibility with the new structure.
- Replaced `WakuMessage` with `InboundPacket` across various modules to streamline message processing. - Updated `Gateway` and `User` structs to send and receive messages using the new `DeliveryService`. - Refactored topic filtering logic to accommodate the new message structure, enhancing clarity and maintainability. - Removed deprecated `net.rs` and `waku_actor.rs` files, consolidating message handling into the `transport` module. - Enhanced error handling and logging for improved traceability during message processing. - Updated tests to reflect changes in message handling and ensure compatibility with the new structure.
…e project dependencies.
- Introduced new epoch history management in the `User` and `Gateway` structs to track past batches of approved proposals. - Updated the `push_consensus_state` function to push epoch history and approved queue events to the UI. - Refactored the `GroupHandle` and `CurrentEpochProposals` to support epoch history, ensuring that approved proposals are archived after processing. - Enhanced the desktop UI to display epoch history and improve user experience during group management and voting processes.
- Added a new `group_state` field to the `ConsensusState` struct to track the current state of the group. - Enhanced the UI to display group state changes, including new styles for warning and muted states. - Introduced event handling for group state changes in the `GatewayEventHandler`, allowing the UI to react to state updates. - Updated the `User` struct to handle state transitions, including entering and leaving groups, with appropriate notifications to the UI. - Refactored group management logic to support the new state handling, ensuring a seamless user experience during group operations.
- Removed the `GroupRegistry` struct to simplify group management logic. - Updated the `Gateway` and `User` structs to eliminate references to the removed `GroupRegistry`. - Introduced a new `GroupConfig` struct to manage group-specific configurations, including epoch duration. - Enhanced the `GroupStateMachine` to support custom configurations and added commit timeout handling. - Updated the `create_group` and `create_group_with_config` methods to utilize the new configuration system. - Improved documentation across modules to clarify usage and functionality of the new structures and methods.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.